Package com.cisco.pt.ipc.system.impl
Class UserProfileImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.UserProfileImpl
- All Implemented Interfaces:
IPCObject,UserProfile
Information provided by the PKI file:
\class UserProfile
\brief UserProfile allows manipulation of the User Profile dialog.
\example appWindow().getActiveFile().getUserProfile()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionUserProfileImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:getEmail()Information provided by the PKI file:getName()Information provided by the PKI file:voidsetAddInfo(String addInfo) Information provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
UserProfileImpl
public UserProfileImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getName
Information provided by the PKI file:
\brief Returns the name of the current user. \return QString, the name of the current user.- Specified by:
getNamein interfaceUserProfile- Returns:
- String Returns a String
-
getEmail
Information provided by the PKI file:
\brief Returns the email address of the current user. \return QString, the email address of the current user.- Specified by:
getEmailin interfaceUserProfile- Returns:
- String Returns a String
-
getAddInfo
Information provided by the PKI file:
\brief Returns the information of the current user. \return QString, the information of the current user.- Specified by:
getAddInfoin interfaceUserProfile- Returns:
- String Returns a String
-
setName
Information provided by the PKI file:
\brief Sets the name of the current user. \param name, the name of the current user.- Specified by:
setNamein interfaceUserProfile- Parameters:
name- Takes in a parameter of name
-
setEmail
Information provided by the PKI file:
\brief Sets the email address of the current user. \param email, the email address of the current user.- Specified by:
setEmailin interfaceUserProfile- Parameters:
email- Takes in a parameter of email
-
setAddInfo
Information provided by the PKI file:
\brief Adds information for the current user. \param addInfo, the information for the current user.- Specified by:
setAddInfoin interfaceUserProfile- Parameters:
addInfo- Takes in a parameter of addInfo
-